Nevron Open Vision Documentation
Nevron.Nov.Cryptography Namespace / NCryptography Class / DecryptPkzipClassic Method / DecryptPkzipClassic(Byte[],String) Method


In This Topic
    DecryptPkzipClassic(Byte[],String) Method
    In This Topic
    Decrypts the given byte array using the PKZIP classic algorithm.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function DecryptPkzipClassic( _
       ByVal encryptedBytes() As System.Byte, _
       ByVal password As System.String _
    ) As System.Byte()
    'Usage
     
    
    Dim encryptedBytes() As System.Byte
    Dim password As System.String
    Dim value() As System.Byte
     
    value = NCryptography.DecryptPkzipClassic(encryptedBytes, password)
    public static System.byte[] DecryptPkzipClassic( 
       System.byte[] encryptedBytes,
       System.string password
    )

    Parameters

    encryptedBytes
    password
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also